xSQL Schema Compare SDK for SQL Server version 12
Contains(TItem) Method


The element to locate in the collection.
Indicates whether the collection contains the specified item.
Syntax
'Declaration
 
Public Overloads Shadows Function Contains( _
   ByVal item As TItem _
) As System.Boolean
public new System.bool Contains( 
   TItem item
)
public: new System.bool Contains( 
   TItem* item
) 

Parameters

item
The element to locate in the collection.

Return Value

true if the collection contains the specified item.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe item argument is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionDictionaryBase<TItem> Class
CollectionDictionaryBase<TItem> Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback